Corey Woodworth wrote:
>
> I'm making a scene just to learn macros and I've already run into some
> trouble. Here is my code:
>
> object {Cheerio
> translate VRand_In_Object(area, RdmA);
> }
>
> I get an undeclared identifier at VRand_In_Object. Why? I have
> rand.inc included. How come VRand_In_Object doesn't work?
The macro is named VRand_In_Obj in the .INC file.
You also don't need the semicolon where you have it.
Regards,
John
--
Rusty is rendering!
Post a reply to this message
|